home *** CD-ROM | disk | FTP | other *** search
/ Dino Crisis Digital Press Kit / Dino Crisis Digital Press Kit.iso / mac / f / 00106_Script_106 < prev    next >
Text File  |  1999-09-02  |  514b  |  24 lines

  1. on exitFrame
  2.   checkrolls
  3.   checkblip
  4.   
  5.   if rollover(52) then
  6.     nothing
  7.   else
  8.     go to "nn"
  9.     set the visible of sprite 46 to false
  10.     if the visible of sprite 120 = true then
  11.       nothing
  12.     else
  13.       set the movierate of sprite 10 to 1
  14.     end if
  15.     set the visible of sprite 19 to true
  16.     set the visible of sprite 20 to false
  17.     set the visible of sprite 21 to false
  18.     set the visible of sprite 22 to false
  19.     set the visible of sprite 23 to false
  20.   end if
  21.   
  22.   
  23.   
  24. end